home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <effect label="PsdBlackAndWhiteEffect: PSD Black And White effect">
- <description>
- PSD Black And White effect.
- </description>
-
- <property name="RedWeight" type="int" default="40" label="Reds">
- <range min="-200" max="300"/>
- <comments>
- Weight to be given reds.
- </comments>
- </property>
-
- <property name="YellowWeight" type="int" default="60" label="Yellows">
- <range min="-200" max="300"/>
- <comments>
- Weight to be given yellows.
- </comments>
- </property>
-
- <property name="GreenWeight" type="int" default="40" label="Greens">
- <range min="-200" max="300"/>
- <comments>
- Weight to be given greens.
- </comments>
- </property>
-
- <property name="CyanWeight" type="int" default="60" label="Cyans">
- <range min="-200" max="300"/>
- <comments>
- Weight to be given cyans.
- </comments>
- </property>
-
- <property name="BlueWeight" type="int" default="20" label="Blues">
- <range min="-200" max="300"/>
- <comments>
- Weight to be given blues.
- </comments>
- </property>
-
- <property name="MagentaWeight" type="int" default="80" label="Magentas">
- <range min="-200" max="300"/>
- <comments>
- Weight to be given magentas.
- </comments>
- </property>
-
- <property name="Tint" type="bool" default="false" label="Tint"/>
-
- <property name="TintColor" type="float[3]" default="0.882352941,0.82745098,0.701960784" label="Tint color"/>
-
- </effect>
-